Seal GtkMenuShell
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:08:39 +0000 (11:08 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:08:39 +0000 (11:08 +0000)
svn path=/trunk/; revision=20609

gtk/gtkmenushell.h

index 0aca2f94a031988e901e3753245e97c18f0590ec..94ddbde3403abddf8f80c9f4a7ba589a21cfca08 100644 (file)
@@ -52,20 +52,20 @@ typedef struct _GtkMenuShellClass  GtkMenuShellClass;
 struct _GtkMenuShell
 {
   GtkContainer container;
-  
-  GList *children;
-  GtkWidget *active_menu_item;
-  GtkWidget *parent_menu_shell;
-  
-  guint button;
-  guint32 activate_time;
-
-  guint active : 1;
-  guint have_grab : 1;
-  guint have_xgrab : 1;
-  guint ignore_leave : 1;      /* unused */
-  guint menu_flag : 1;         /* unused */
-  guint ignore_enter : 1;
+
+  GList *GSEAL (children);
+  GtkWidget *GSEAL (active_menu_item);
+  GtkWidget *GSEAL (parent_menu_shell);
+
+  guint GSEAL (button);
+  guint32 GSEAL (activate_time);
+
+  guint GSEAL (active : 1);
+  guint GSEAL (have_grab : 1);
+  guint GSEAL (have_xgrab : 1);
+  guint GSEAL (unused1);
+  guint GSEAL (unused2);
+  guint GSEAL (ignore_enter : 1);
 };
 
 struct _GtkMenuShellClass